.main-wrap {
  margin-top: 7px;
}

.job-wrap {
  width: 25%;
}

.job-box {
  margin-left: 6px;
  margin-right: 6px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: 1px solid #DADADA;
  border-radius: 8px;
  background: #FFFFFF;
  padding: 17px;
  margin-bottom: 12px;
}

.jobs-dropdown {
  float: right;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  top: -26px;
  right: -6px;
}

.job-image img {
  border-radius: 50%;
  height: 44px;
  float: left;
  margin-right: 8px;
}

.job-heading {
  text-align: left;
  font-size: 16px;
  letter-spacing: 0px;
  color: #0168C1;
  opacity: 1;
}

.job-subheading {
  text-align: left;
  font-size: 12px;
  letter-spacing: 0px;
  color: #323A47;
  opacity: 1;
}

.job-margin {
  padding-top: 15px;
}

.job-status {
  font-size: 12px;
  letter-spacing: 0px;
  color: #046AC3;
  opacity: 1;
  display: block;
}

.job-detail {
  color: #323A47;
  font-size: 12px;
}

.job-created {
  font-size: 12px;
  color: #0168C1;
}

.job-status-wrap {
  letter-spacing: 0px;
  font-size: 12px;
  line-height: 20px;
  padding: 0px 10px 0px 10px;
  border-radius: 3px;
  background-color: white !important;
  font-weight: 600;
  text-transform: uppercase;
}

.job-upcoming {
  border: 1px solid #07BABA;
  border-left: 4px solid #07BABA;
  color: #07BABA;
}

.job-active {
  border: 1px solid #4cd493;
  border-left: 4px solid #4cd493;
  color: #4cd493;
}

.job-finished {
  border: 1px solid #FF8900;
  border-left: 4px solid #FF8900;
  color: #FF8900;
}

.btn-assign, .btn-assign:hover {
  width: 45px;
  height: 17px;
  text-align: center;
  border: 1px solid #046AC3;
  background-color: #046AC3;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  margin: 0px 5px 0px 8px;
}

.job-flex {
  width: 100%;
  white-space: nowrap;
  margin-top: 3px;
}

.job-flex > span > img {
  border-radius: 50%;
  border: 2px solid #FDFEFE;
  opacity: 1;
  height: 24px;
  width: 24px;
  margin: -6px;
}

.job-flex a span {
  border-radius: 50%;
  border: 2px solid #FDFEFE;
  opacity: 1;
  height: 38px;
  width: 40px;
  margin: -6px;
  text-align: right;
  color: #323A47;
  background-color: #D3D6DB;
  font-size: 7px;
  padding: 5px;
}

.inner-flex {
  white-space: normal;
  width: 192px;
}

.inner-flex > span > img {
  border-radius: 50%;
  border: 2px solid #FDFEFE;
  opacity: 1;
  height: 24px;
  width: 24px;
}

.progress {
  /*width: 100%;*/
  height: 4px;
  margin-top: 8px;
  margin-right: 3px;
}

.progress-num {
  float: right;
  font: normal normal 600 0.70588 Open Sans;
  letter-spacing: 0px;
  color: #046AC3;
}

.mdi-dots-vertical {
  color: #046AC3;
}

.dropdown-eye, .dropdown-eye:hover, .dropdown-eye:active {
  color: #046AC3;
  text-decoration: none;
  margin-right: 4px;
}

.no-employee {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #D90915;
  border-radius: 12px;
  opacity: 1;
  width: 133px;
  height: 18px;
  font-size: 12px;
  letter-spacing: 0px;
  color: #D90915;
  padding: 0px 3px;
}

@media (max-width: 1366px) {
  .job-wrap {
    width: 33.333%;
  }
  .job-heading {
    margin-left: 6px;
    font-size: 16px;
  }
  .job-subheading {
    margin-left: 6px;
    font-size: 12px;
  }
  .job-status, .job-detail {
    font-size: 12px;
  }
  .job-created {
    font-size: 12px;
  }
  .job-margin {
    padding-top: 12px;
  }
  .job-upcoming, .job-active, .job-finished {
    font-size: 12px;
  }
  .progress {
    margin-right: 6px;
  }
}

@media (max-width: 1000px) {
  .job-wrap {
    width: 50%;
  }
  .job-heading, .job-subheading {
    margin-left: 6px;
    font-size: 12px;
  }
  .job-status, .job-detail, .job-created {
    font-size: 12px;
  }
  .job-margin {
    padding-top: 10px;
  }
  .job-upcoming, .job-active, .job-finished {
    font-size: 9px;
  }
}

/*pagination*/
.pagination-details {
  margin: 12px 30px 0px 0px;
}

/*tooltip*/
.tool-tip {
  display: inline;
  position: relative;
  white-space: nowrap;
}

.tool-tip:hover {
  text-decoration: none;
}

.tool-tip:hover:after {
  bottom: 1.8em;
  content: attr(data-tooltext);
  display: inline-block;
  left: 1em;
  padding: 1.3em 2em;
  position: absolute;
  /*white-space: nowrap;*/
  /*max-height: 87px;*/
  /*min-width: fit-content !important;*/
  z-index: 98;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  /* height: 87px; */
  /* transform: matrix(-1, 0, 0, -1, 0, 0); */
  text-align: left;
  -webkit-box-shadow: 2px 4px 8px #00000029;
          box-shadow: 2px 4px 8px #00000029;
  border: 1px solid #DADADA;
  margin-top: 20px;
  background: #FFFFFF;
  color: #777777;
  font-size: 12px;
  border-radius: 4px;
}

.tool-tip:hover:before {
  border: solid;
  border-color: #ffff transparent;
  border-width: .4em .4em 0 .4em;
  bottom: 1em;
  content: "";
  display: block;
  left: 2em;
  position: absolute;
  z-index: 99;
}

.shifts_details {
  position: relative;
  text-align: center;
  color: #046AC3 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.tool-tip-details-shifts {
  display: none;
  background: #fff;
  padding: 1em 1.5em 1em 1.5em;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  margin-left: 20px;
  position: absolute;
  z-index: 10;
  width: auto;
  height: auto;
  margin-top: -22px;
}

.shift_morning {
  color: #AC1890 !important;
  font-weight: 600 !important;
  margin-left: 8px;
}

.shift_evening {
  color: #20CC7D !important;
  font-weight: 600 !important;
  margin-left: 9px;
}

.shift_night {
  color: #046AC3 !important;
  font-weight: 600 !important;
  margin-left: 25px;
}

.shift_other {
  color: #046AC3 !important;
  font-weight: 600 !important;
}

.front_job_list_view .pageResponse #data_table_body tr td .dropdown-eye .fa-eye {
  color: #20CC7D;
}

.front_job_list_view .pageResponse #data_table_body tr td .job-flex a span {
  border-radius: 50%;
  border: 2px solid #FDFEFE;
  opacity: 1;
  height: 24px;
  width: 24px;
  margin: -6px;
  text-align: right;
  color: #323A47;
  background-color: #D3D6DB;
  font-size: 7px;
  padding: 5px;
}

.front_job_list_view .pageResponse #data_table_body tr td .job-flex .tool-tip:hover:after {
  margin: 0px -67px 5px;
}

.front_job_list_view .pageResponse #data_table_body tr td .btn-assign {
  color: #fff;
}

.front_job_list_view .pageResponse #data_table_body tr td .btn-assign:hover {
  font-size: 13px;
}

body[data-sidebar-size=condensed] .front_job_list_view .pageResponse #data_table_body tr td .job-flex .datatable_emp_list {
  margin-right: 48px;
}

.front_job_list_view .pageResponse #data_table_body tr td .job-flex .datatable_emp_list {
  float: right;
  margin-right: 31px;
}

.front_job_list_view .pageResponse .customInfo .total_count_pagination {
  margin-top: 3px;
}

.front_job_list_view .pageResponse .table .thead-light th[aria-label="ID"] {
  text-align: center !important;
}

.front_job_list_view .pageResponse #data_table_body tr td .front_job_id_datatable {
  color: #046AC3;
  margin-left: 5px;
}

.front_job_list_view .pageResponse #data_table_body tr td .no_emp .noemp_text {
  margin-left: 10px;
}

.front_job_list_view .pageResponse #data_table_body tr td .no_emp {
  margin-left: -6px;
}

.front_job_list_view .pageResponse #data_table_body tr td .job-image .job-heading {
  font-size: 14px;
  font-weight: 700;
}

.front_job_list_view .pageResponse #data_table_body tr td .job-image img {
  width: 36px;
  height: 36px;
  min-height: 36px;
}

.front_job_list_view .pageResponse #data_table_body tr td .job-active {
  color: #20CC7D;
}

.front_job_list_view .pageResponse #data_table_body tr td .job-finished {
  color: #FF8900;
}

.front_job_list_view .pageResponse #data_table_body tr td .job-upcoming {
  color: #07BABA;
}

.front_job_list_view .pageResponse #data_table_body tr td .job-detail-duration {
  font-size: 14px;
}

.front_job_list_view .pageResponse #data_table_body tr td .no_emp img {
  height: 24px;
  width: 24px !important;
}

.front_job_list_view .pageResponse #data_table_body tr td .job-margin .progress-bar {
  background-color: #20CC7D !important;
}

.front_job_list_view .pageResponse #data_table_body tr td .job-margin .progress-num {
  width: 18px;
  margin-top: -17px;
  color: #20CC7D;
}

.front_job_list_view .pageResponse #data_table_body tr td .job-margin {
  margin-bottom: 27px;
  width: 112px;
  height: 17px;
}

.front_job_list_view .pageResponse #data_table_body tr td .job-created {
  font-size: 14px;
}

.front_job_list_view .pageResponse #data_table_body tr td .job-heading {
  color: #046AC3;
}

.front_job_list_view .pageResponse #data_table_body tr td .mdi-dots-vertical {
  color: #20CC7D;
  font-size: 20px;
}

.front_job_list_view .pageResponse #data_table_body tr td .card-drop {
  margin-left: 25%;
}

/***************job detail view**********************/
div.job-main-wrap::-webkit-scrollbar {
  display: none;
}

div.job-main-wrap {
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* Firefox */
}

.job-main-wrap label {
  font-weight: unset;
}

/*header*/
.header-details ul li {
  white-space: nowrap;
  display: inline-block;
  list-style: none;
  width: 13.5%;
}

.header-details ul {
  width: 100%;
  margin-left: -35px;
}

.header-details ul li label {
  display: block;
  margin-left: -13px;
  padding-top: 7px;
}

/*upload image icon*/
.img-selector {
  position: absolute;
  left: 75px;
  top: 75px;
  color: #046AC3;
  cursor: pointer;
  border: 1px solid #046AC3;
  overflow: hidden;
  width: 16px;
  height: 16px;
  margin: 0px;
  border-radius: 100%;
}

.img-selector i {
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: center;
  width: 100%;
  color: #046AC3;
  pointer-events: none;
  line-height: 15px;
}

.img-selector input {
  height: 40px;
  opacity: 0;
}

/*shift details*/
.job-button {
  display: none;
}

.shift-wrap:hover .job-button {
  display: inline-block;
}

.job-btn, .job-button {
  width: 16px;
  height: 16px;
  color: #046AC3;
  cursor: pointer;
  font-size: 16px;
  float: right;
  margin: -7px -7px 0px 10px;
}

.job-btn.delete, .job-button.delete {
  color: #D90915;
}

.shift-active {
  -webkit-box-shadow: 2px 4px 8px #00000029;
          box-shadow: 2px 4px 8px #00000029;
  border: 1px solid #DADADA;
  border-radius: 8px;
  padding: 10px 0px 10px 0px;
  margin-bottom: 10px;
  margin-left: 0px !important;
}

.job-shift-notes {
  padding: 0px 22px;
}

.active-input {
  width: 100%;
  border-width: 0px 0px 1px;
  border-color: #DADADA;
  font-size: 16px;
  text-align: left;
  letter-spacing: 0px;
  color: #323A47;
  padding-bottom: 5px;
}

/*job table*/
.job-table thead tr {
  font-size: 12px;
  font-weight: unset !important;
  color: #046AC3;
  border-top: 1px solid #000;
  white-space: nowrap;
}

.job-table tbody tr {
  border-bottom: 1px solid #cccccc;
}

.job-table tbody tr:nth-child(odd) {
  background-color: #F8F8F8;
}

.job-table-image {
  border-radius: 50%;
  height: 36px;
  width: 36px;
  margin: -5px 5px -5px 0px;
}

.job-table-btn {
  width: 12px;
  height: 12px;
  color: #046AC3;
  cursor: pointer;
  font-size: 12px;
  margin: 0px 2px;
}

.job-table-btn.delete {
  color: #D90915;
}

.job-table-btn.edit {
  color: #1272E0;
}

.table-input {
  background: #FFFFFF;
  border: 1px solid #AAAAAA;
  border-radius: 4px;
  opacity: 1;
  padding: 9px;
  margin: -5px 0px -7px 0px;
}

.table-calendar {
  position: absolute;
  margin: 7px -21px;
  font-size: 16px;
  color: #046AC3;
}

.job-table tbody tr {
  border-bottom: 1px solid #cccccc !important;
  border-top: 1px solid #cccccc !important;
  border-left: none !important;
  border-right: none !important;
}

table.table.job-table thead + tbody tr:first-child {
  display: none;
}

.job-table tbody tr td {
  padding: 0 !important;
  height: 59px;
  vertical-align: middle;
}

.job-table tbody tr td {
  padding: 0 9px !important;
  height: 52px;
  vertical-align: middle;
}

.job-table tbody tr td .dropdown.bootstrap-select.show-tick.form-control.employeesShift {
  position: relative;
}

.job-table tbody tr td .fa-pencil:before {
  content: "\f040";
  color: #046AC3;
}

.job-table tbody tr td .fa-trash:before {
  content: "\f1f8";
  color: #D90915;
}

.job-table tbody tr td .fa-check:before {
  content: "\f058";
  color: #046AC3;
}

.job-table tbody tr td .fa-times:before {
  content: "\f057";
  color: #D90915;
}

.job-table tbody > tr:nth-child(even) {
  background: #ffffff !important;
}

.job-table tbody .employee-row td .tooltip {
  position: absolute;
}

.head {
  text-align: left;
  font: normal normal 600 0.64 Poppins !important;
  letter-spacing: 0px;
  color: #323A47;
}

.job-table tbody:nth-child(odd) tr {
  background: #F8F8F8;
}

.job-table tbody:nth-child(even) tr {
  background: white !important;
}

.job-table tr td img:first-child {
  float: left;
  height: 36px;
  margin-top: 0px;
  margin-right: 3px;
  width: 36px;
}

.btn-edit-emp img,
.btn-del-emp img {
  width: auto !important;
  height: auto !important;
}

#job-details-table-view-main-con tr td img {
  float: none !important;
  height: 36px;
}

#stf-tbs-pay-setup .Billing-Invoices-con {
  padding: 53px 0 36px 0 !important;
}

#stf-tbs-pay-setup .Billing-Invoices-inner-con {
  padding-bottom: 24px;
}

#stf-tbs-pay-setup {
  margin-top: 0 !important;
}

#stf-tbs-pay-setup .Customer-Detail-View-inner-title h5 {
  padding: 36px 0 24px 12px !important;
}

#stf-tbs-pay-setup table tbody tr td {
  text-align: left !important;
}

#stf-tbs-pay-setup .card-box .form-inline label {
  color: #046AC3 !important;
}

#stf-tbs-pay-setup .card-box .form-check label {
  color: #24272E !important;
}

#stf-tbs-pay-setup .card-box {
  padding: 36px !important;
  height: 430px;
}

#stf-tbs-pay-setup .card-box h4 {
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif !important;
  color: #24272E;
  line-height: 20px;
  font-weight: 400;
  font-weight: 600 !important;
  margin: 0;
  padding-bottom: 24px;
}

#stf-tbs-pay-setup .card-box h4 else {
  color: #24272E;
}

#stf-tbs-pay-setup .card-box .form-inline {
  padding-bottom: 24px;
  margin-top: 0;
}

.tooltip--box {
  background: transparent;
  margin: 0;
  position: absolute;
  top: 0px;
  bottom: 0px;
  cursor: pointer;
  width: 15px;
  height: 15px;
}

.tooltip--box:hover .tooltip--multiline {
  display: block;
}

.tooltip--multiline {
  background: #ffffff;
  color: #24272E;
  display: none;
  padding: 13px;
  position: absolute;
  width: 150px;
  bottom: 115%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  border: 1px solid var(--border-sepration-color);
  -webkit-box-shadow: 2px 4px 8px #00000029;
          box-shadow: 2px 4px 8px #00000029;
  border: 1px solid #DADADA;
  opacity: 1;
}

.tooltip--multiline:before {
  border-top: 10px solid #ffffff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

.tooltip--box .Billing-Invoices-inner-con table tbody tr td {
  font-weight: 600;
}

#stf-tbs-pay-setup .card-box .functionButtons {
  background: #046AC3 !important;
  color: #ffffff !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #046AC3 !important;
  background-color: #046AC3 !important;
}

.dropdown-menu li span,
.select2-results__options li {
  font-weight: 400 !important;
  font-size: 14px !important;
  color: #323A47 !important;
  /*padding: 6px 19px !important;*/
}

.job-detail-card .dropdown-menu li span,
.job-detail-card .select2-results__options li {
  padding: 6px 19px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #747e86 !important;
}

/*.dropdown-menu li a,
.dropdown-menu li
{
  padding: 0 !important;
}*/
.datepicker {
  width: 300px !important;
}

#job-Assignment-table tbody tr td:nth-child(11) {
  display: table-cell !important;
  top: 0 !important;
}

/*.job-table tbody tr td:nth-child(11) i{
 !* display: table-cell;*!
  vertical-align: middle;
}*/
.added_shift[id^="added_shift"] {
  margin: 0 !important;
}
.added_shift[id^="adjustment_tiles"] {
  margin: 0 !important;
}

.added_shift > div {
  margin-bottom: 33px !important;
}

/*Adjustment-main-form-con*/
#Adjustment-main-form-con {
  padding: 36px !important;
}

#Adjustment-main-form-con .m-portlet__head-text {
  background: none !important;
  padding: 0 0 18px 12px !important;
  font-size: 22px;
  font-family: "Nunito Sans", sans-serif !important;
  color: #24272E;
  line-height: 42px;
  font-weight: 800;
  font-weight: 600 !important;
}

.mainpopup .input-field {
  display: block !important;
}

#Adjustment-main-form-con .m-portlet__head {
  border-bottom: none;
}

#Adjustment-main-form-con .m-portlet__body #pageFormPopup .col-md-12 {
  padding-bottom: 24px;
}

.route_Show_single_applicant_record .fancybox-close {
  width: 0 !important;
}

#stf-tbs-adjustments-tab {
  text-align: left !important;
}

.detail_view #v-pills-tab .side-tab {
  width: 100%;
  position: relative;
  text-align: left !important;
}

.detail_view #v-pills-tab .side-tab::after {
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  background-image: url(/../images/Down-Arrow-icon.svg);
  right: 0;
  width: 30px;
  height: 9px;
  top: 10px;
}

.detail_view #v-pills-tab .side-tab.active::after {
  -webkit-transform: rotatex(180deg);
          transform: rotatex(180deg);
}

#active_adjustments {
  margin-top: 22px !important;
}

#active_adjustments tbody tr:nth-child(odd),
#data_table tbody tr:nth-child(odd) {
  background: #F8F8F8 !important;
}

#active_adjustments thead + tbody tr:first-child,
#data_table thead + tbody tr:first-child {
  display: revert !important;
}

#data_table.no-footer thead + tbody tr:first-child {
  display: table-row !important;
}

#active_adjustments tbody tr:nth-child(even),
#data_table tbody tr:nth-child(even) {
  background: white !important;
}

#active_adjustments tbody tr td {
  vertical-align: middle;
  padding: 4px 13px !important;
  width: auto;
}

.active_adjustments tbody tr td {
  text-align: left !important;
}

#active_adjustments thead tr th {
  border: none !important;
}

#data_table tbody tr td img {
  height: auto !important;
}

.form-control:disabled, .form-control[readonly] {
  background: #f6f6f6 !important;
}

.job-table tbody tr td:last-child .btn-edit-emp img {
  margin-top: 3px;
}

/*Adjustment-main-form-con*/
/*# sourceMappingURL=jobs.css.map */